home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 159
- Top = 82
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderStyle = bsSingle
- Caption = 'Add/Remove Pro v.2.04'
- ClientHeight = 414
- ClientWidth = 536
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OnShow = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label5: TLabel
- Left = -24
- Top = 352
- Width = 553
- Height = 10
- Alignment = taRightJustify
- AutoSize = False
- Caption =
- '� Copyright 1999 by Ray Geide - All Rights Reserved - www.superw' +
- 'in.com'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -8
- Font.Name = 'Small Fonts'
- Font.Style = []
- ParentFont = False
- end
- object Button1: TButton
- Left = 312
- Top = 192
- Width = 105
- Height = 25
- Hint = 'Uninstalls the Selected Program'
- Caption = '&Uninstall Program'
- Enabled = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 424
- Top = 192
- Width = 105
- Height = 25
- Hint =
- 'Removes the Selected Entry from Windows'#39' Add/Remove Programs lis' +
- 't'
- Caption = '&Remove Entry'
- Enabled = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = Button2Click
- end
- object Panel1: TPanel
- Left = 0
- Top = 365
- Width = 536
- Height = 49
- Align = alBottom
- BevelOuter = bvLowered
- Color = clWhite
- TabOrder = 2
- object Label6: TLabel
- Left = 48
- Top = 3
- Width = 73
- Height = 45
- AutoSize = False
- Caption = 'This is Freeware Produced by Super Win Software'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Small Fonts'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object Image1: TImage
- Left = 8
- Top = 4
- Width = 38
- Height = 42
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object Label7: TLabel
- Left = 120
- Top = 3
- Width = 409
- Height = 20
- Alignment = taCenter
- AutoSize = False
- Caption = 'Protect Yourself from Windows 95/98 Crashes'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object Label8: TLabel
- Left = 120
- Top = 20
- Width = 409
- Height = 25
- Cursor = crHandPoint
- Hint = 'Click to go to www.superwin.com for more information'
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Don'#39't spend days recovering from a Windows crash, restore in min' +
- 'utes with WinRescue. Click here for more information.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- Transparent = True
- WordWrap = True
- OnClick = Label8Click
- end
- end
- object ListView1: TListView
- Left = 8
- Top = 8
- Width = 521
- Height = 177
- ColumnClick = False
- OnClick = ListView1Click
- Columns = <
- item
- Caption = 'Status - Display Name'
- Width = 6
- WidthType = (
- -1)
- end
- item
- Caption = 'Key Name'
- Width = 12
- WidthType = (
- -1)
- end
- item
- Caption = 'Uninstall String'
- Width = 12
- WidthType = (
- -1)
- end>
- ReadOnly = True
- RowSelect = True
- OnMouseDown = ListBox1MouseDown
- SortType = stText
- TabOrder = 3
- ViewStyle = vsReport
- OnKeyDown = ListBox1KeyDown
- SmallImages = ImageList1
- end
- object PageControl1: TPageControl
- Left = 8
- Top = 219
- Width = 521
- Height = 129
- ActivePage = TabSheet3
- TabOrder = 4
- object TabSheet3: TTabSheet
- Caption = 'Introduction'
- object Label4: TLabel
- Left = 232
- Top = 80
- Width = 273
- Height = 13
- AutoSize = False
- Caption = '- Ray Geide, author of Add/Remove Pro'
- end
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 497
- Height = 73
- BorderStyle = bsNone
- Lines.Strings = (
-
- ' Maybe no one is like me, but you should see my Windows Add/R' +
- 'emove Programs list. It is full of '
-
- 'broken links. The only way to remove them is to open up the Reg' +
- 'istry and try to figure out where the '
-
- 'Uninstall entries are. I'#39'm too lazy to do this more than once a' +
- ' year, so I wrote Add/Remove Pro.'
-
- ' Just run Add/Remove Pro and it will show you which links are' +
- ' bad. Press the Remove Entry button to '
-
- 'remove the entry. If you would like to uninstall a program, pre' +
- 'ss the Uninstall Program button.')
- ParentColor = True
- TabOrder = 0
- end
- end
- object TabSheet5: TTabSheet
- Caption = 'Accuracy'
- object Label9: TLabel
- Left = 8
- Top = 4
- Width = 497
- Height = 41
- AutoSize = False
- Caption =
- ' The icons to the left of each entry above indicate whether an' +
- ' entry is good or not (see Icons). Because of differences in un' +
- 'install programs some Uninstall Strings are impossible to check ' +
- 'correctly. This is why I have included the Finder.'
- WordWrap = True
- end
- object Label14: TLabel
- Left = 8
- Top = 44
- Width = 497
- Height = 33
- AutoSize = False
- Caption =
- ' Use the Finder to check for the existance of files in the Uni' +
- 'nstall String. If a file does not exist, then you can assume th' +
- 'at the Entry is bad and may be removed.'
- WordWrap = True
- end
- object Label15: TLabel
- Left = 8
- Top = 71
- Width = 497
- Height = 26
- AutoSize = False
- Caption =
- ' If you accidently remove a good link, you can restore the ent' +
- 'ire Add/Remove Programs section from the Backups section.'
- WordWrap = True
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Status'
- object Image2: TImage
- Left = 8
- Top = 22
- Width = 17
- Height = 17
- Picture.Data = {<image002.bmp>}
- end
- object Image3: TImage
- Left = 8
- Top = 76
- Width = 17
- Height = 17
- Picture.Data = {<image003.bmp>}
- end
- object Image4: TImage
- Left = 8
- Top = 49
- Width = 17
- Height = 17
- Picture.Data = {<image004.bmp>}
- end
- object Label10: TLabel
- Left = 8
- Top = 4
- Width = 497
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'To the left of each entry above is one of the icons below.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label11: TLabel
- Left = 32
- Top = 20
- Width = 473
- Height = 27
- AutoSize = False
- Caption =
- 'Good Link - files in the uninstall string were found. If you wa' +
- 'nt to uninstall this program, press the Uninstall Program button' +
- '.'
- WordWrap = True
- end
- object Label12: TLabel
- Left = 32
- Top = 47
- Width = 473
- Height = 27
- AutoSize = False
- Caption =
- 'Missing Disk - the uninstall string points to an unfound file on' +
- ' a removable diskette. It is possible that the correct diskette' +
- ' or zip disk is not inserted.'
- WordWrap = True
- end
- object Label13: TLabel
- Left = 32
- Top = 74
- Width = 473
- Height = 33
- AutoSize = False
- Caption =
- 'Broken Link - a file in the uninstall string could not be found.' +
- ' Sometimes I am wrong, so please use the checker to check the s' +
- 'tring. To remove the entry press the Remove Entry button.'
- WordWrap = True
- end
- end
- object TabSheet1: TTabSheet
- Caption = 'Finder'
- object Label3: TLabel
- Left = 16
- Top = 4
- Width = 489
- Height = 13
- AutoSize = False
- Caption =
- 'Use this Finder to see if a file in the uninstall string exists ' +
- 'on your computer.'
- end
- object TLabel
- Left = 16
- Top = 32
- Width = 3
- Height = 13
- end
- object Label1: TLabel
- Left = 16
- Top = 28
- Width = 73
- Height = 13
- Caption = 'Uninstall String:'
- end
- object Edit1: TEdit
- Left = 96
- Top = 25
- Width = 409
- Height = 21
- ReadOnly = True
- TabOrder = 0
- OnClick = EditChange
- end
- object Button3: TButton
- Left = 320
- Top = 77
- Width = 65
- Height = 21
- Caption = '&Find'
- TabOrder = 1
- OnClick = Button3Click
- end
- object Panel3: TPanel
- Left = 400
- Top = 54
- Width = 105
- Height = 42
- BevelOuter = bvLowered
- Caption = 'Result'
- TabOrder = 2
- end
- object Edit2: TEdit
- Left = 16
- Top = 76
- Width = 305
- Height = 21
- TabOrder = 3
- end
- object Button5: TButton
- Left = 32
- Top = 54
- Width = 337
- Height = 17
- Caption =
- 'Paste Highlighted Text from Uninstall String to the Text Box bel' +
- 'ow'
- TabOrder = 4
- OnClick = Button5Click
- end
- end
- object TabSheet4: TTabSheet
- Caption = 'Backups'
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 305
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'When the Remove Entry button is pushed, Add/Remove Pro will make' +
- ' a backup first before removing the entry. Select a backup from' +
- ' this list and press the Restore button to restore that entry.'
- WordWrap = True
- end
- object Label17: TLabel
- Left = 8
- Top = 54
- Width = 305
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'This version will not restore backups from previous versions. T' +
- 'o restore previous version backups, double click on them in Wind' +
- 'ows Explorer.'
- WordWrap = True
- end
- object ListBox1: TListBox
- Left = 326
- Top = 6
- Width = 179
- Height = 73
- ItemHeight = 13
- TabOrder = 0
- OnClick = ListBox1Click
- OnDblClick = Button6Click
- end
- object Button6: TButton
- Left = 327
- Top = 79
- Width = 89
- Height = 17
- Caption = '&Restore'
- TabOrder = 1
- OnClick = Button6Click
- end
- object Button7: TButton
- Left = 416
- Top = 79
- Width = 89
- Height = 17
- Caption = '&Delete File'
- TabOrder = 2
- OnClick = Button7Click
- end
- end
- object TabSheet6: TTabSheet
- Caption = 'All Entries'
- object Label16: TLabel
- Left = 8
- Top = 8
- Width = 177
- Height = 65
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Not all entries in the Add/Remove list are shown above because s' +
- 'ome entries should not be removed. Here is a list of all entrie' +
- 's. Use the button to delete entries.'
- WordWrap = True
- end
- object ListBox2: TListBox
- Left = 192
- Top = 0
- Width = 313
- Height = 97
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- end
- object Button8: TButton
- Left = 16
- Top = 80
- Width = 161
- Height = 17
- Caption = '&Delete an entry >>'
- TabOrder = 1
- OnClick = Button8Click
- end
- end
- end
- object Button4: TButton
- Left = 8
- Top = 192
- Width = 75
- Height = 17
- Caption = 'Refresh &List'
- TabOrder = 5
- OnClick = Button4Click
- end
- object ImageList1: TImageList
- Left = 152
- Top = 184
- Bitmap = {
- 360C000003000000424D360C0000000000003600000028000000300000001000
- 00000100200000000000000C0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000007F00000000000000000000000000000000000000
- 000000000000000000000000000000007F000000000000000000000000000000
- 000000000000000000000000000000000000007F0000007F0000007F0000007F
- 0000007F0000007F000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000007F000000FF0000007F000000000000000000000000000000
- 0000000000000000000000007F000000FF0000007F0000000000000000000000
- 0000000000000000000000000000007F000000FF000000FF000000FF000000FF
- 000000FF000000FF0000007F0000000000000000000000000000000000000000
- 0000007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F
- 7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00000000000000
- 000000007F000000FF000000FF000000FF0000007F0000000000000000000000
- 00000000000000007F000000FF000000FF000000FF0000007F00000000000000
- 00000000000000000000007F000000FF000000FF000000FF000000FF000000FF
- 000000FF000000FF000000FF0000007F00000000000000000000000000000000
- 0000007F7F00007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FF
- FF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00007F7F00000000000000
- 00000000000000007F000000FF000000FF000000FF0000007F00000000000000
- 000000007F000000FF000000FF000000FF0000007F0000000000000000000000
- 000000000000007F000000FF000000FF000000FF000000FF000000FF000000FF
- 000000FF000000FF000000FF000000FF0000007F000000000000000000000000
- 0000007F7F00007F7F00007F7F0000FFFF00007F7F00007F7F0000FFFF0000FF
- FF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00007F7F00000000000000
- 0000000000000000000000007F000000FF000000FF000000FF0000007F000000
- 7F000000FF000000FF000000FF0000007F000000000000000000000000000000
- 0000007F000000FF000000FF000000FF000000FF000000FF000000FF000000FF
- 000000FF000000FF000000FF000000FF000000FF0000007F0000000000000000
- 0000007F7F00007F7F00007F7F0000FFFF00007F7F00007F7F0000FFFF0000FF
- FF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00007F7F00000000000000
- 000000000000000000000000000000007F000000FF000000FF000000FF000000
- FF000000FF000000FF0000007F00000000000000000000000000000000000000
- 0000007F000000FF000000FF000000FF000000FF000000FF000000FF000000FF
- 000000FF000000FF000000FF000000FF000000FF0000007F0000000000000000
- 0000007F7F00007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FF
- FF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00007F7F00000000000000
- 00000000000000000000000000000000000000007F000000FF000000FF000000
- FF000000FF0000007F0000000000000000000000000000000000000000000000
- 0000007F000000FF000000FF000000FF000000FF000000FF000000FF000000FF
- 000000FF000000FF000000FF000000FF000000FF0000007F0000000000000000
- 0000007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F
- 7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00000000000000
- 00000000000000000000000000000000000000007F000000FF000000FF000000
- FF000000FF0000007F0000000000000000000000000000000000000000000000
- 0000007F000000FF000000FF000000FF000000FF000000FF000000FF000000FF
- 000000FF000000FF000000FF000000FF000000FF0000007F0000000000000000
- 0000007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
- FF0000FFFF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00000000000000
- 000000000000000000000000000000007F000000FF000000FF000000FF000000
- FF000000FF000000FF0000007F00000000000000000000000000000000000000
- 0000007F000000FF000000FF000000FF000000FF000000FF000000FF000000FF
- 000000FF000000FF000000FF000000FF000000FF0000007F0000000000000000
- 0000007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
- FF0000FFFF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00000000000000
- 0000000000000000000000007F000000FF000000FF000000FF0000007F000000
- 7F000000FF000000FF000000FF0000007F000000000000000000000000000000
- 0000007F000000FF000000FF000000FF000000FF000000FF000000FF000000FF
- 000000FF000000FF000000FF000000FF000000FF0000007F0000000000000000
- 0000007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
- FF0000FFFF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00000000000000
- 00000000000000007F000000FF000000FF000000FF0000007F00000000000000
- 000000007F000000FF000000FF000000FF0000007F0000000000000000000000
- 000000000000007F000000FF000000FF000000FF000000FF000000FF000000FF
- 000000FF000000FF000000FF000000FF0000007F000000000000000000000000
- 0000007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
- FF0000FFFF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00000000000000
- 000000007F000000FF000000FF000000FF0000007F0000000000000000000000
- 00000000000000007F000000FF000000FF000000FF0000007F00000000000000
- 00000000000000000000007F000000FF000000FF000000FF000000FF000000FF
- 000000FF000000FF000000FF0000007F00000000000000000000000000000000
- 0000007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
- FF0000FFFF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00000000000000
- 00000000000000007F000000FF0000007F000000000000000000000000000000
- 0000000000000000000000007F000000FF0000007F0000000000000000000000
- 0000000000000000000000000000007F000000FF000000FF000000FF000000FF
- 000000FF000000FF0000007F0000000000000000000000000000000000000000
- 0000007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
- FF0000FFFF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00000000000000
- 0000000000000000000000007F00000000000000000000000000000000000000
- 000000000000000000000000000000007F000000000000000000000000000000
- 000000000000000000000000000000000000007F0000007F0000007F0000007F
- 0000007F0000007F000000000000000000000000000000000000000000000000
- 0000007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F
- 7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000424D
- BE000000000000003E0000002800000030000000100000000100010000000000
- 800000000000000000000000020000000000000000000000FFFFFF00FFFFFFFF
- FFFFBD81EFF7F81FFFFFC200C7E3F00F8001C20083C1E0078001C200C183C003
- 8001C200E00780018001C200F00F80018001C200F81F80018001C200F81F8001
- 8001C200F00F80018001C200E00780018001C200C183C0038001C20083C1E007
- 8001C200C7E3F00F80010000EFF7F81F8001C200FFFFFFFFFFFFC200}
- end
- end
-